home *** CD-ROM | disk | FTP | other *** search
/ Dangerous Digital Movies: Omake Photos 200 / Dangerous Digital Moves: Omake Photos 200.iso / pc / win31do.exe / win31do.DXR / 00001.ls next >
Encoding:
Text File  |  1996-08-24  |  214 b   |  12 lines

  1. on startMovie
  2.   global backpathname
  3.   cursor(200)
  4.   if the colorDepth <> 8 then
  5.     alert("Please  256  Colors  (640*480)")
  6.     quit()
  7.   else
  8.     set the exitLock to 1
  9.   end if
  10.   set backpathname to pathName()
  11. end
  12.